func go/types.newMethodList
4 uses
go/types (current package)
methodlist.go#L21: func newMethodList(methods []*Func) *methodList {
named.go#L41: return (*Checker)(nil).newNamed(obj, nil, underlying, nil, newMethodList(methods))
named.go#L221: t.methods = newMethodList(nil)
object.go#L246: return bindTParams(tparams), underlying, newMethodList(methods)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)